AngularJS $animate : Tutorial With Animation Example

We have already learned that how to apply animation using specified directives of AngularJS. AngularJS also provide the facility to apply animation to custom directives. Now, we are going to learned that how to  apply animation in our own directives. We will do this by using the methods of $animate service of AngularJS. $animate Service $animate …

AngularJS Routing : Connect Different Templates In Single Page Application

AngularJS Routing is one of the amazing feature provided by Angular. Routing helps in expanding the scope of view and allow us to use multiple templates within a single page application. In this tutorial, we are going to demonstrate you how to configure and use routing in your single page application. First we will explain …

CodeIgniter : PHP Curl library with SSL Example

In this tutorial, I’ll give you brief description on using PHP cURL library or function in CodeIgniter. Now what is cURL and Why it is being used..??  cURL stands for ‘client URL’. In PHP cURL library let you make HTTP requests. PHP supports libcurl that permits to connect and communicate with different types of servers protocols. cURL is used to get content from another websites through the …

jQuery Mobile Form Example

jQuery mobile is a framework to develop mobile friendly web applications. It contains lot of functions to make user interaction smooth and effective.
In this example, we explains how to add jQuery mobile library to your HTML page and create a simple form using it.

Joomla! API

The Joomla provides this API for retrieving statistics data gathered from Joomla installations. Moreover, browser identification is performed by examining the HTTP_USER_AGENT environment variable offered by the webserver.  

How to integrate a payment gateway in a Google Forms?

You are probably already aware of Google Forms, aren’t you? They are a great way to simplify the process of making customer feedback surveys, order forms, event registration forms, RSVP forms, job applications and much more. Moreover, you can also use them to gather contact information and easily extract the data into a spreadsheet. For …